{unitsName}_date

设置视图头部显示的日期

dateDate需要格式化显示的日期

Available only in PRO Edition

Example

scheduler.templates.unit_date = function(date){
        return scheduler.templates.day_date(date);
};

Applicable views:Units 视图
Details

该模板需要激活 units 插件。

See also
返回顶部